home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz KrOnIcKLeZ 3 / HaCKeRz_KrOnIcKLeZ.iso / anarchy / mp3zone / new folder / cdda / cdda32.txt < prev    next >
Text File  |  1996-05-04  |  2KB  |  54 lines

  1. This is an Alpha release of the program CDDA32.
  2. Keep an eye on the web page for more up to date information:
  3. http://www.ncf.carleton.ca/~aa571/index.html
  4.  
  5. Alpha 2 version is fairly stable.  It is unlikely that I will have much
  6. time to work on this program, so this may be as good as it gets for
  7. a while.
  8.  
  9. This program is a Win32 compliant version of the DOS program CDDA.
  10. All the code has been completely rewritten instead of just porting
  11. CDDA to Win32.
  12. This release has a limited function list as compared to the DOS version.
  13.  
  14. The following is a dump of what the usage is for the program:
  15. CDDA32 /T <track #> /F filename [/ID HA:ID:LUN] [/SPEED X] [/O] [/V] [P] [NJC]
  16.   /T        <track number>
  17.   /F        destination file name
  18.   /ID       Host_Adapter:SCSI_ID:LUN
  19.   /SPEED    <X speed>
  20.   /O        override copy prohibited bit
  21.   /P        play audio mode
  22.   /V        verbose message mode
  23.   /NJC      no data jitter correction
  24.  
  25. Note: filename extension will automagically be added to the filename
  26. e.g. CDDA32 /T 2 /F outfile /O /NJC
  27. e.g. CDDA32 /T 4 /F outfile /O /ID 1:2:0 /SPEED 4
  28. e.g. CDDA32 /T 2 /P
  29.  
  30. Known problems:
  31. The program doesn't support ATBUS drives i.e. drives that are neither
  32. SCSI nor ATAPI.
  33. Due to the limitation in the Adaptec ASPI drivers for NT, CDDA32 can't
  34. access any ATAPI drives.  You can only use SCSI drives in NT.
  35. There is no checking to make sure that the ATAPI drive can indeed
  36. extract digital audio.
  37. There is little error checking, and error messages are almost
  38. non-existent.
  39. The audio can only be saved in 16 bit stereo 44.1KHz wav files.
  40. The program really prefers that there be discs in all CDROM drives,
  41. otherwise there will be unpredictable results.
  42. There is a bug in the track listing section of the program, so I had
  43. to limit the number of tracks accessed to 5.
  44.  
  45. If you want to contact me, you can do so by email:
  46. Jim McLaughlin
  47. aa571@freenet.carleton.ca
  48. I may or may not have enough time to respond to your emails concerning
  49. this Alpha release.  If the program works well, I would like to hear
  50. from you.  If it doesn'tat least let me know what went wrong by sending
  51. the text dumps of the errors.
  52.  
  53.  
  54.